home *** CD-ROM | disk | FTP | other *** search
- Path: serra.unipi.it!news
- From: Matteo DELL'OMODARME <df143193@fisica.difi.unipi.it>
- Newsgroups: comp.lang.c
- Subject: Re: Problem with ascii to number conversion.
- Date: 27 Jan 1996 14:51:35 GMT
- Organization: Italian Software
- Message-ID: <4ede5n$flq@serra.unipi.it>
- References: <96012012081730705@busilink.com>
- NNTP-Posting-Host: r6000sm2.difi.unipi.it
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; AIX 2)
- X-URL: news:96012012081730705@busilink.com
-
- You probably reached the upper limit for an "int" variable (32767).
- Try to use a "long int": use the function atol() wich returns a long int.
-
- Matteo Dell'Omodarme
- http://fisica.difi.unipi.it/~df143193
-
-